home *** CD-ROM | disk | FTP | other *** search
- -- card: 31690 from stack: in
- -- bmap block id: 32009
- -- flags: 4000
- -- background id: 25390
- -- name: Passwords…
- ----- HyperTalk script -----
- on mouseUp
- if the name of target contains "button" then
- get first word of the short name of target
- set hilite of button (it & " None") to false
- set hilite of button (it & " View") to false
- set hilite of button (it & " Edit") to false
- set hilite of target to true
- else pass mouseUp
- end mouseUp
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=74 top=301 right=319 bottom=172
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: OK
- ----- HyperTalk script -----
- on mouseUp
- lock screen
- repeat with index = 3 to 9
- set hilite of button index to true
- end repeat
- repeat with index = 10 to 23
- set hilite of button index to false
- end repeat
- put empty into card field "Passwords"
- doMenu first
- unlock screen
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=296 top=301 right=319 bottom=394
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Cancel
- ----- HyperTalk script -----
- on mouseUp
- lock screen
- repeat with index = 3 to 9
- set hilite of button index to true
- end repeat
- repeat with index = 10 to 23
- set hilite of button index to false
- end repeat
- put empty into card field "Passwords"
- doMenu first
- unlock screen
- end mouseUp
-
-
-
- -- part 3 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=38 top=114 right=252 bottom=143
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 19
- -- part name: Passwords
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=351 top=118 right=134 bottom=369
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: AT None
- ----- HyperTalk script -----
-
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=351 top=137 right=153 bottom=369
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: CD None
- ----- HyperTalk script -----
-
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=351 top=156 right=172 bottom=369
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: YE None
- ----- HyperTalk script -----
-
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=351 top=175 right=191 bottom=369
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: RC None
- ----- HyperTalk script -----
-
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=351 top=194 right=210 bottom=369
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: RM None
- ----- HyperTalk script -----
-
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=351 top=213 right=229 bottom=369
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: SC None
- ----- HyperTalk script -----
-
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: 4006
- -- rect: left=351 top=232 right=248 bottom=369
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: SS None
- ----- HyperTalk script -----
-
-
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=389 top=118 right=134 bottom=407
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: AT View
- ----- HyperTalk script -----
-
-
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=389 top=137 right=153 bottom=407
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: CD View
- ----- HyperTalk script -----
-
-
-
-
- -- part 13 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=389 top=156 right=172 bottom=407
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: YE View
- ----- HyperTalk script -----
-
-
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=389 top=175 right=191 bottom=407
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: RC View
- ----- HyperTalk script -----
-
-
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=389 top=194 right=210 bottom=407
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: RM View
- ----- HyperTalk script -----
-
-
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=389 top=213 right=229 bottom=407
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: SC View
- ----- HyperTalk script -----
-
-
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=389 top=232 right=248 bottom=407
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: SS View
- ----- HyperTalk script -----
-
-
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=427 top=118 right=134 bottom=445
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: AT Edit
- ----- HyperTalk script -----
-
-
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=427 top=137 right=153 bottom=445
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: CD Edit
- ----- HyperTalk script -----
-
-
-
-
- -- part 20 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=427 top=156 right=172 bottom=445
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: YE Edit
- ----- HyperTalk script -----
-
-
-
-
- -- part 21 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=427 top=175 right=191 bottom=445
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: RC Edit
- ----- HyperTalk script -----
-
-
-
-
- -- part 22 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=427 top=194 right=210 bottom=445
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: RM Edit
- ----- HyperTalk script -----
-
-
-
-
- -- part 23 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=427 top=213 right=229 bottom=445
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: SC Edit
- ----- HyperTalk script -----
-
-
-
-
- -- part 24 (button)
- -- low flags: 00
- -- high flags: 0006
- -- rect: left=427 top=232 right=248 bottom=445
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: SS Edit
- ----- HyperTalk script -----
-
-
-